home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 2 of 2).iso
/
cheats
/
mmom30s.exe
/
SEND.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-03-21
|
745b
|
45 lines
@echo off
del %1.zip
REM Crunch Send File (Optional)
crunch30 %1
REM Zip Send File
REM zip the file %1.s?? if you use crunch30, %1.m?? otherwise
pkzip %1.zip %1.s??
REM (assumes pkzip is in a "path" variable directory--specify directory
REM otherwise.
REM UUENCODE HERE IF YOU ARE SENDING BY TEXT EMAIL
REM Send Lines Go Here--Send %1.zip, or Send %1."extension", like uue,
REM if you have changed the extension with a UUENCODEr, etc.
REM BEGIN SEND LINE(S)
:LOOP
SZMODEM PORT 1 SPEED 2400 SZ %1.ZIP
IF ERRORLEVEL 1 GOTO LOOP
REM END SEND LINE(S)
REM Delete Send File After Send (If using crunch30.exe: Delete %1.m??
REM otherwise.
del %1.s??